HTML Tag Remover

Strip HTML / XML tags and extract clean text. Choose options for preserving line breaks, whitelist tags, removing scripts/styles or decoding entities.

Chars: 0
Words: 0
Input:
<h1>Hello <em>World</em></h1><p>Text <strong>example</strong></p>
Strip all tags (preserve line breaks)
Hello World\nText example
Keep <em> and <strong>
<em>World</em> <strong>example</strong>